home *** CD-ROM | disk | FTP | other *** search
/ Aminet 16 / Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso / Aminet / util / blank / B_Decay.lha / B_Decay / Decay.doc
Text File  |  1996-10-25  |  3KB  |  101 lines

  1.  
  2. -------8<----- Aminet.readme stuff -----8<-----------
  3.  
  4. Short: Decay - Pixel-loss blanker for BServer 1.7
  5. Uploader: agraham@hal9000.net.au (Ali Graham)
  6. Author: agraham@hal9000.net.au (Ali Graham)
  7. Type: util/blank
  8. Requires: BServer 1.7
  9. Version: 0.2
  10.  
  11. This is a simple blanker that clones the topmost screen
  12. and then eats away at it bit by bit....
  13.  
  14. The rate of decay is configurable.
  15.  
  16. (Hey, I know it's pretty simple, but so are my C
  17.  coding skills :)
  18.  
  19. -----8<----------------8<----------------8<-----------
  20.  
  21. ===========================================================
  22.                       LEGAL STATUS
  23. ===========================================================
  24.  
  25.     Do with it what you will. But hey, if you add something
  26.     to it, release it under a different name so I don't get
  27.     confused.
  28.  
  29.     Any damage caused to anything - anything at all - is
  30.     not my fault, ESPECIALLY where this program is concerned.
  31.     It's free. Don't expect to be able to sue me as well.
  32.  
  33.     If you can figure out a way to charge money for this
  34.     program, then you're a smarter person than me and I
  35.     think we should form a software company together :)
  36.  
  37. ===========================================================
  38.                       INSTALLATION
  39. ===========================================================
  40.  
  41.     Just copy the executable 'Decay' from the clients/
  42.     directory of the distribution into your BServer clients/
  43.     directory.
  44.  
  45.     (& add Wrecked to the 'ClientList' file if necessary --
  46.      see the BServer docs for more details.)
  47.  
  48.  
  49. ===========================================================
  50.                       CONFIGURATION
  51. ===========================================================
  52.  
  53.     The blanker accepts the following argument, either
  54.     specified in the 'ClientList' file or typed into
  55.     the string gadget in the BServer GUI:
  56.  
  57.     RATE/N    The number of pixels that will turn black
  58.               every frame [i.e. between every WaitTOF()].
  59.  
  60.               Range - between 1 and 1000. Default - 100.
  61.  
  62.     (If the value is outside the specified range, then
  63.      it will be limited to the extremes of the range.)
  64.  
  65.  
  66. ===========================================================
  67.                         SOURCE
  68. ===========================================================
  69.  
  70. ... is available in this archive. It's my second C program
  71. larger than a few lines long - and even then I ripped the
  72. guts of it from some of the BServer example sources.
  73.  
  74. (My first was Wrecked, another extremely simple BServer
  75. blanker :)
  76.  
  77. I don't know much about C, although I do about the Amiga
  78. OS, so all you C coders out there feel free to correct my
  79. numerous mistakes... but hey, the program works for me.
  80.  
  81.  
  82. ===========================================================
  83.                         HISTORY
  84. ===========================================================
  85.  
  86.     v0.01   First compiled version.
  87.  
  88.     v0.02   First (and maybe last) release.
  89.  
  90.                 * Added the RATE argument.
  91.  
  92.  
  93.  
  94. ===========================================================
  95.                         FUTURE
  96. ===========================================================
  97.  
  98.     Should I bother? Answers on a postcard, please, to the
  99.     above email address :)
  100.  
  101.